Skip to main content
Version: 4.55.1

Nodes > Control Flow > If

If

Executes the True port if condition is true, and the False port if condition is false.

Inputs

NameTypeDescription
conditionboolCondition to evaluate as true or false

Outputs

NameTypeDescription
TrueExecutionExecutes if condition is true
FalseExecutionExecutes if condition is false
Was this page helpful?
Yes
No